home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 46 / PC Gamer IT CD 46 2-2.iso / utility / notepads / _SETUP.1 / Notepads.exe / 0 / RCDATA / TTEMPLNEWFORM / TTEMPLNEWFORM.txt
Text File  |  1999-09-08  |  2KB  |  91 lines

  1. object TemplNewForm: TTemplNewForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜ ∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  6.   ClientHeight = 298
  7.   ClientWidth = 219
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 4
  18.     Top = 8
  19.     Width = 70
  20.     Height = 13
  21.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  22.   end
  23.   object GroupBox2: TGroupBox
  24.     Left = 4
  25.     Top = 140
  26.     Width = 211
  27.     Height = 117
  28.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  29.     TabOrder = 0
  30.     object Panel1: TPanel
  31.       Left = 8
  32.       Top = 20
  33.       Width = 88
  34.       Height = 89
  35.       BevelOuter = bvLowered
  36.       TabOrder = 0
  37.       object Image1: TImage
  38.         Left = 1
  39.         Top = 1
  40.         Width = 86
  41.         Height = 87
  42.         Align = alClient
  43.         Center = True
  44.       end
  45.     end
  46.     object Button1: TButton
  47.       Left = 124
  48.       Top = 20
  49.       Width = 75
  50.       Height = 25
  51.       Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜...'
  52.       TabOrder = 1
  53.       OnClick = Button1Click
  54.     end
  55.   end
  56.   object Button2: TButton
  57.     Left = 60
  58.     Top = 268
  59.     Width = 75
  60.     Height = 25
  61.     Caption = '∩┐╜∩┐╜'
  62.     Default = True
  63.     ModalResult = 1
  64.     TabOrder = 1
  65.   end
  66.   object Button3: TButton
  67.     Left = 140
  68.     Top = 268
  69.     Width = 75
  70.     Height = 25
  71.     Cancel = True
  72.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  73.     ModalResult = 2
  74.     TabOrder = 2
  75.   end
  76.   object Memo1: TMemo
  77.     Left = 4
  78.     Top = 24
  79.     Width = 210
  80.     Height = 109
  81.     Lines.Strings = (
  82.       'Memo1')
  83.     TabOrder = 3
  84.   end
  85.   object OpenDialog1: TOpenDialog
  86.     FileEditStyle = fsEdit
  87.     Left = 152
  88.     Top = 200
  89.   end
  90. end
  91.